diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-17 21:08:07 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-17 21:08:07 +0100 |
commit | 4a8746a7bc518acd54e738a735da87739cb86c34 (patch) | |
tree | e2573d779c1b44c0b41f126e826b2fb2f8de133c /plugingui/Makefile.am | |
parent | d369bbe7164dd35e75a7bad9e7b5497512bb5fe9 (diff) |
New resource engine.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 0953a70..f42d6d4 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = plugingui +bin_PROGRAMS = plugingui rcgen include Makefile.am.plugingui #include $(top_srcdir)/src/Makefile.am.drumgizmo @@ -19,6 +19,8 @@ plugingui_SOURCES = \ # $(DRUMGIZMO_SOURCES) +rcgen_SOURCES = rcgen.cc + EXTRA_DIST = \ button.h \ checkbox.h \ |