X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=d54aaee18b2d32f9819cd989d6809fbaee69aad5;hb=5094414d86f574a0dd061565bfad6526a9e0ea97;hp=16d71078d423cf1fa7c43daf358e712c8c1d0fbc;hpb=e8928b001ed31694031257202775375e2f50e1a8;p=hivex.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 16d7107..d54aaee 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,7 +18,8 @@ SUBDIRS = tools EXTRA_DIST = \ - hivex.pod + hivex.pod \ + hivex.syms lib_LTLIBRARIES = libhivex.la @@ -26,10 +27,15 @@ libhivex_la_SOURCES = \ hivex.c \ hivex.h \ byte_conversions.h \ - gettext.h + gettext.h \ + hivex.syms libhivex_la_LIBADD = ../gnulib/lib/libgnu.la -libhivex_la_LDFLAGS = -version-info 0:0:0 $(LTLIBINTL) $(LTLIBTHREAD) +libhivex_la_LDFLAGS = \ + -version-info 0:0:0 \ + $(VERSION_SCRIPT_FLAGS)hivex.syms \ + $(LTLIBINTL) \ + $(LTLIBTHREAD) libhivex_la_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) libhivex_la_CPPFLAGS = -I$(top_srcdir)/gnulib/lib @@ -55,3 +61,5 @@ $(top_builddir)/html/hivex.3.html: hivex.pod --htmldir html \ --outfile html/hivex.3.html \ lib/hivex.pod + +CLEANFILES = $(man_MANS)