diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-11 21:39:03 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-11 21:39:03 +0200 |
commit | aa27cd93151c289e472d20e25e954ce53fd56024 (patch) | |
tree | ca5708afaa0a2a198c36d9c6fb68c66b946fe17c /plugins/supereq | |
parent | 34a06a7d49075a142d1fd7fd3565b0cb9b0c0d68 (diff) |
fixed to pass make distcheck before 0.4-beta1
Diffstat (limited to 'plugins/supereq')
-rw-r--r-- | plugins/supereq/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/supereq/Makefile.am b/plugins/supereq/Makefile.am index f86c3e06..0fffd6d6 100644 --- a/plugins/supereq/Makefile.am +++ b/plugins/supereq/Makefile.am @@ -1,8 +1,10 @@ +if HAVE_SUPEREQ supereqdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = supereq.la -supereq_la_SOURCES = supereq.c Equ.cpp Fftsg_fl.cpp paramlist.hpp +supereq_la_SOURCES = supereq.c supereq.h Equ.cpp Fftsg_fl.cpp paramlist.hpp supereq_la_LDFLAGS = -module supereq_la_LIBADD = $(LDADD) AM_CFLAGS = -std=c99 +endif |