summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/interface/Makefile.am4
-rw-r--r--src/common/lv2ext/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am
index 37884f6b..4649fd0b 100644
--- a/src/common/interface/Makefile.am
+++ b/src/common/interface/Makefile.am
@@ -1,5 +1,6 @@
EXTRA_DIST = \
ClientInterface.hpp \
+ CommonInterface.hpp \
Connection.hpp \
DataType.hpp \
EngineInterface.hpp \
@@ -9,5 +10,4 @@ EXTRA_DIST = \
Patch.hpp \
Plugin.hpp \
Port.hpp \
- README \
- Store.hpp
+ README
diff --git a/src/common/lv2ext/Makefile.am b/src/common/lv2ext/Makefile.am
index 41f8308b..b66ffaaa 100644
--- a/src/common/lv2ext/Makefile.am
+++ b/src/common/lv2ext/Makefile.am
@@ -1 +1 @@
-noinst_HEADERS = lv2_event.h lv2_event_helpers.h
+noinst_HEADERS = lv2_event.h lv2_event_helpers.h lv2_uri_map.h