plugindir = $(libdir)/rawstudio/plugins AM_CFLAGS =\ -Wall\ -O4 AM_CXXFLAGS = $(AM_CFLAGS) INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ \ -I../../librawstudio/ lib_LTLIBRARIES = template.la libdir = $(datadir)/rawstudio/plugins/ template_la_LIBADD = @PACKAGE_LIBS@ template_la_LDFLAGS = -module -avoid-version template_la_SOURCES = template.c