diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 | ||||
-rw-r--r-- | src/common/interface/Makefile.am | 13 | ||||
-rw-r--r-- | src/common/lv2ext/Makefile.am | 1 |
3 files changed, 0 insertions, 16 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am deleted file mode 100644 index 676fa95d..00000000 --- a/src/common/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -DIST_SUBDIRS = interface lv2ext - diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am deleted file mode 100644 index 4649fd0b..00000000 --- a/src/common/interface/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -EXTRA_DIST = \ - ClientInterface.hpp \ - CommonInterface.hpp \ - Connection.hpp \ - DataType.hpp \ - EngineInterface.hpp \ - EventType.hpp \ - GraphObject.hpp \ - Node.hpp \ - Patch.hpp \ - Plugin.hpp \ - Port.hpp \ - README diff --git a/src/common/lv2ext/Makefile.am b/src/common/lv2ext/Makefile.am deleted file mode 100644 index b66ffaaa..00000000 --- a/src/common/lv2ext/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -noinst_HEADERS = lv2_event.h lv2_event_helpers.h lv2_uri_map.h |