diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-08 20:50:52 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-08 20:50:52 +0200 |
commit | a21ab2d9260bd4cb1af1de0b8cd4cad9e9687861 (patch) | |
tree | 4b449b45a05e2a5bd33859eaa2c7b1e7cf1bcca6 /src/Makefile.am | |
parent | 30c2b53047b11b1517fa44b49adc52bc5119649c (diff) |
Move event.h and audiotypes.h into src and get rid of the obsolete include folder.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3ecdc76..16a952e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ noinst_LTLIBRARIES = libdg.la libdg_la_CPPFLAGS = \ - -I$(top_srcdir)/include -I$(top_srcdir)/hugin \ -I$(top_srcdir)/hugin -I$(top_srcdir)/pugixml/src \ $(SSEFLAGS) \ $(ZITA_CPPFLAGS) $(SNDFILE_CFLAGS) $(PTHREAD_CFLAGS) @@ -47,6 +46,7 @@ EXTRA_DIST = \ $(nodist_libdg_la_SOURCES) \ atomic.h \ audio.h \ + audiotypes.h \ audiocache.h \ audiocacheeventhandler.h \ audiocachefile.h \ @@ -67,6 +67,7 @@ EXTRA_DIST = \ drumgizmo.h \ drumkit.h \ drumkitloader.h \ + event.h \ events.h \ inputfilter.h \ inputprocessor.h \ |