diff options
Diffstat (limited to 'src/libs/gui/Makefile.am')
-rw-r--r-- | src/libs/gui/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libs/gui/Makefile.am b/src/libs/gui/Makefile.am index 944df91f..fcfb50aa 100644 --- a/src/libs/gui/Makefile.am +++ b/src/libs/gui/Makefile.am @@ -67,8 +67,12 @@ libingen_gui_la_SOURCES = \ NewSubpatchWindow.hpp \ NodeControlWindow.cpp \ NodeControlWindow.hpp \ - NodeMenu.cpp \ + ObjectMenu.hpp \ + ObjectMenu.cpp \ NodeMenu.hpp \ + NodeMenu.cpp \ + PortMenu.hpp \ + PortMenu.cpp \ NodeModule.cpp \ NodeModule.hpp \ NodePropertiesWindow.cpp \ |