diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-17 19:30:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-17 19:30:08 +0200 |
commit | e0372cfee7cb9cc4fe95d605854a02b4feed28c2 (patch) | |
tree | c7db1f4b8c6b240c1b8ecb9a9a692919656ac473 /drumgizmo/input/test | |
parent | 919586f8d86ceed1f979967a453f4812fc10d80b (diff) |
Fix deprecated INCLUDES variable in Makefile.am's. Add skeleton code for jackaudio output module.
Diffstat (limited to 'drumgizmo/input/test')
-rw-r--r-- | drumgizmo/input/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drumgizmo/input/test/Makefile.am b/drumgizmo/input/test/Makefile.am index ca45de0..0b65a67 100644 --- a/drumgizmo/input/test/Makefile.am +++ b/drumgizmo/input/test/Makefile.am @@ -20,7 +20,7 @@ lib_LTLIBRARIES = $(testltlibs) libdir = $(INPUT_PLUGIN_DIR) -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include libtest_la_LDFLAGS = libtest_la_LIBADD = libtest_la_SOURCES = $(testbuildsources) |