## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES = libibex.la libibex_la_SOURCES = \ wordindex.c wordindexmem.c \ block.c ibex.h \ hash.c \ disktail.c \ ibex_block.c libibex_la_LDFLAGS = -static noinst_HEADERS = \ ibex_internal.h \ block.h \ wordindex.h \ index.h INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \ $(THREADS_CFLAGS) \ -DG_LOG_DOMAIN=\"libibex\" noinst_PROGRAMS = dumpindex testindex dumpindex_SOURCES = dumpindex.c dumpindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) $(THREADS_LIBS) testindex_SOURCES = testindex.c testindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) $(THREADS_LIBS) -lm #noinst_PROGRAMS = mkindex lookup # #mkindex_SOURCES = mkindex.c #mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) # #lookup_SOURCES = lookup.c #lookup_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/e2fsprogs-libblkid
Commit message (Expand)AuthorAgeFilesLines
* Update to new upstream 1.43.7, install libext2fs.so [1].mandree2017-10-291-2/+2
* misc/e2fsprogs-{libblkid,libuuid}: lift BROKENjbeich2017-09-291-2/+0
* Upgrade to new upstream release 1.43.5, assorted fixes.mandree2017-08-121-0/+3
* Update e2fsprogs to new upstream release 1.43.4.mandree2017-02-061-1/+1
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+2
* Fix build to help linker find -luuid.mandree2016-07-19