X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=2545ad6acd0cb41a0c34a440f6db81f7396a2938;hb=e3d768597856e974c95cdea7ba33b43eb4cf73a1;hp=13b5313c2fc81ab7cd0e3953c0633b7754e908be;hpb=599474712cec101c2343b70a21f62af78ac16e6e;p=framework%2Fuifw%2Fxorg%2Fxcb%2Fxcb-util.git diff --git a/src/Makefile.am b/src/Makefile.am index 13b5313..2545ad6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,10 @@ - lib_LTLIBRARIES = libxcb-util.la AM_CPPFLAGS = $(XCB_CFLAGS) AM_CFLAGS = $(CWARNFLAGS) libxcb_util_la_LIBADD = $(XCB_LIBS) -libxcb_util_la_LDFLAGS = -version-info 0:0:0 -no-undefined +libxcb_util_la_LDFLAGS = -version-info 1:0:0 -no-undefined libxcb_util_la_SOURCES = \ atoms.c \ event.c \ @@ -15,19 +14,4 @@ xcbinclude_HEADERS = \ xcb_util.h \ xcb_atom.h \ xcb_aux.h \ - xcb_bitops.h \ xcb_event.h - -BUILT_SOURCES = atoms.c atoms.gperf xcb_atom.h -CLEANFILES = $(BUILT_SOURCES) -EXTRA_DIST = atomlist.m4 atoms.gperf.m4 xcb_atom.h.m4 - -atoms.c: atoms.gperf - $(GPERF) --output-file $@ $< - -atoms.gperf: $(srcdir)/atoms.gperf.m4 $(srcdir)/atomlist.m4 - $(M4) -I$(srcdir) $< >$@ - -xcb_atom.h: $(srcdir)/xcb_atom.h.m4 $(srcdir)/atomlist.m4 - $(M4) -I$(srcdir) $< >$@ -