Add exo-table
[stuffkeeper-musicbrainz.git] / src / Makefile.am
blobe8dc05240b4455118d6d454fc5108deee4441e00
1 libdir=${prefix}/lib/stuffkeeper/
3 lib_LTLIBRARIES = libmb.la
5 BUILT_SOURCES=\
6                           stuffkeeper-plugin-mb.c
9 libmb_la_SOURCES=\
10                                  stuffkeeper-plugin-mb.c\
11                                  exo-wrap-table.c
13 %.c %.h %-private.h: %.gob
14         @GOB2@ --no-touch-headers --always-private-header $<
15         @touch $@
17 libmb_la_LIBADD= @stuffkeepermb_LIBS@
18 libmb_la_CFLAGS= @stuffkeepermb_CFLAGS@ -Wall -Wmissing-declarations -DGLADE_PATH="\"$(datadir)/stuffkeeper/plugins/mb/\""
20 libmb_la_LDFLAGS= -module -avoid-version 
22 EXTRA_DIST=\
23                  stuffkeeper-plugin-mb.gob\
24                  stuffkeeper-plugin-mb.h\
25                  stuffkeeper-plugin-mb-private.h\
26                 exo-wrap-table.h