diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 22:21:17 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 22:21:17 +0100 |
commit | 3156e03a20cd1ea24b250b46fbaa3f1ad5289450 (patch) | |
tree | 4d896c1501a464b755636e0bfa819aed0443344a /plugingui/Makefile.am | |
parent | fe412ea187ac6762ac48b0caf2c5bd873f6b9d76 (diff) |
Make plugingui Makefile.am platform independent.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 00b0881..3a2b6f6 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -1,7 +1,6 @@ noinst_PROGRAMS = plugingui rcgen include Makefile.am.plugingui -#include $(top_srcdir)/src/Makefile.am.drumgizmo plugingui_LDADD = $(SNDFILE_LIBS) $(PTHREAD_LIBS) $(EXPAT_LIBS) \ -ldl $(PLUGIN_GUI_LIBS) @@ -57,5 +56,4 @@ EXTRA_DIST = \ verticalline.h \ widget.h \ window.h \ - lodepng/lodepng.h - + lodepng/lodepng.h
\ No newline at end of file |