aboutsummaryrefslogtreecommitdiffstats
path: root/fsousaged/src/plugins/lowlevel_openmoko/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'fsousaged/src/plugins/lowlevel_openmoko/Makefile.am')
-rw-r--r--fsousaged/src/plugins/lowlevel_openmoko/Makefile.am19
1 files changed, 11 insertions, 8 deletions
diff --git a/fsousaged/src/plugins/lowlevel_openmoko/Makefile.am b/fsousaged/src/plugins/lowlevel_openmoko/Makefile.am
index cc0f9c4d..89800c14 100644
--- a/fsousaged/src/plugins/lowlevel_openmoko/Makefile.am
+++ b/fsousaged/src/plugins/lowlevel_openmoko/Makefile.am
@@ -13,7 +13,7 @@ AM_CFLAGS = \
noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd = \
- $(top_srcdir)/src/lib/libfsousage.la \
+ $(top_builddir)/src/lib/libfsousage.la \
$(GEE_LIBS) \
$(FSO_LIBS) \
$(GLIB_LIBS) \
@@ -49,13 +49,16 @@ lowlevel_openmoko_la_LIBADD = $(progs_ldadd)
lowlevel_openmoko_la_LDFLAGS = -no-undefined -module -avoid-version
lowlevel_openmoko_la_LIBTOOLFLAGS = --tag=disable-static
+EXTRA_DIST += \
+ $(lowlevel_openmoko_la_VALASOURCES) \
+ $(lowlevel_openmoko_la_SOURCES) \
+ $(NULL)
+
CLEANFILES = \
- plugin.c \
- plugin.h \
- *.la \
- *.lo \
- $(NULL)
+ $(lowlevel_openmoko_la_SOURCES) \
+ $(NULL)
MAINTAINERCLEANFILES = \
- Makefile.in \
- $(NULL)
+ $(lowlevel_openmoko_la_SOURCES) \
+ Makefile.in \
+ $(NULL)