diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-05 19:45:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-05 19:45:55 +0200 |
commit | 9056a0602a0d235386518fbcd9de119e03b9ba52 (patch) | |
tree | 7639273cfae48dea22641d73fc9bb5da9f1c73a9 /dgedit | |
parent | de70d98c7380c4a58ba8b23d8bc04b87f095378a (diff) |
Make all parts disableble by configure.
Diffstat (limited to 'dgedit')
-rw-r--r-- | dgedit/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 6f6f23f..2a9367d 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -1,3 +1,5 @@ +if HAVE_EDITOR + bin_PROGRAMS = dgedit dgedit_LDADD = $(SNDFILE_LIBS) $(QT_LIBS) $(shell ../tools/MocList o ) -lao @@ -55,3 +57,5 @@ CLEANFILES = $(BUILT_SOURCES) # command for creating .res file from .rc on Win32 %.res: %.rc rc $< + +endif
\ No newline at end of file |