diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-12-05 23:50:25 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-12-05 23:50:25 +0100 |
commit | 33f888cd8ba0bbb258b0cec6568f60801364c697 (patch) | |
tree | 0ef2ee00d843492f39e65781992552b14e611ebf /plugingui | |
parent | d31ef86d0b51092bab5813f1cc893fdf6d688123 (diff) | |
parent | 64d4f8d1b55d7f3f4099bd185ca326b5331798cc (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmov0.9.7
Forced to write this message.
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 + |