diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-12-05 23:45:37 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-12-05 23:45:37 +0100 |
commit | 64d4f8d1b55d7f3f4099bd185ca326b5331798cc (patch) | |
tree | 0a4c980f30db06a02e26468b22b90b59043d5ab5 /plugingui | |
parent | 07ab6e89cdc218636246191251c229ac289502b2 (diff) |
Clean up cli client module names. Fix autotools paths.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 3d09bb2..bdb11cb 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = plugingui rcgen +noinst_PROGRAMS = plugingui rcgen include Makefile.am.plugingui #include $(top_srcdir)/src/Makefile.am.drumgizmo @@ -55,4 +55,6 @@ EXTRA_DIST = \ slider.h \ verticalline.h \ widget.h \ - window.h + window.h \ + lodepng/lodepng.h + |