diff options
Diffstat (limited to 'src/progs/gtk/Makefile.am')
-rw-r--r-- | src/progs/gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/progs/gtk/Makefile.am b/src/progs/gtk/Makefile.am index 3bf779a8..bb42d575 100644 --- a/src/progs/gtk/Makefile.am +++ b/src/progs/gtk/Makefile.am @@ -62,12 +62,16 @@ om_gtk_SOURCES = \ ../../common/Path.h \ OmModule.h \ OmModule.cpp \ + OmPortModule.h \ + OmPortModule.cpp \ DSSIModule.h \ DSSIModule.cpp \ SubpatchModule.h \ SubpatchModule.cpp \ OmPort.h \ OmPort.cpp \ + OmPatchPort.h \ + OmPatchPort.cpp \ NewSubpatchWindow.h \ NewSubpatchWindow.cpp \ ConfigWindow.h \ |