summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-14 21:36:53 +0000
committerDavid Robillard <d@drobilla.net>2008-08-14 21:36:53 +0000
commit45689d6eab8d2a6bcdbe8b45d7de2d4ef806de0c (patch)
treee59acc02541c17cf6bf039fe91a5559dbc3478e4 /src/libs/gui/Makefile.am
parent406d7376bf8faf0965fb87feaf6401962d357962 (diff)
downloadingen-45689d6eab8d2a6bcdbe8b45d7de2d4ef806de0c.tar.gz
ingen-45689d6eab8d2a6bcdbe8b45d7de2d4ef806de0c.tar.bz2
ingen-45689d6eab8d2a6bcdbe8b45d7de2d4ef806de0c.zip
Support for toggle ports in control window (shown as a checkbox).
Rename "ControlGroups" "Controls" (each is only for one port...). git-svn-id: http://svn.drobilla.net/lad/ingen@1379 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/Makefile.am')
-rw-r--r--src/libs/gui/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/Makefile.am b/src/libs/gui/Makefile.am
index 9e55afab..17672a29 100644
--- a/src/libs/gui/Makefile.am
+++ b/src/libs/gui/Makefile.am
@@ -54,10 +54,10 @@ libingen_gui_la_SOURCES = \
ConnectWindow.cpp \
ConnectWindow.hpp \
Connection.hpp \
- ControlGroups.cpp \
- ControlGroups.hpp \
ControlPanel.cpp \
ControlPanel.hpp \
+ Controls.cpp \
+ Controls.hpp \
GladeFactory.cpp \
GladeFactory.hpp \
LoadPatchWindow.cpp \