root / lib / Makefile.am @ 4012ec30
History | View | Annotate | Download (362 Bytes)
| 1 | SUBDIRS = filters |
|---|---|
| 2 | |
| 3 | INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/lib -I$(includedir) |
| 4 | |
| 5 | lib_LTLIBRARIES = libsylfilter.la |
| 6 | |
| 7 | libsylfilter_la_SOURCES = \ |
| 8 | filter.c \ |
| 9 | filter-manager.c |
| 10 | |
| 11 | libsylfilterincludedir=$(includedir)/sylfilter |
| 12 | libsylfilterinclude_HEADERS = \ |
| 13 | filter.h \ |
| 14 | filter-manager.h |
| 15 | |
| 16 | libsylfilter_la_LIBADD = $(GLIB_LIBS) filters/libfilters.la |