diff options
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 |