/[svn]/gigedit/trunk/src/Makefile.am
ViewVC logotype

Diff of /gigedit/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1053 by persson, Sat Mar 3 12:20:01 2007 UTC revision 1226 by schoenebeck, Sun Jun 10 11:01:16 2007 UTC
# Line 1  Line 1 
1  bin_PROGRAMS = gigedit  if HAVE_LINUXSAMPLER
2  gigedit_SOURCES = main.cpp \  optional_subdirs = plugin
3          mainwindow.cpp mainwindow.h \  else
4          regionchooser.cpp regionchooser.h \  optional_subdirs =
5          dimregionchooser.cpp dimregionchooser.h  endif
6    
7  gigedit_LDADD = $(GTKMM_LIBS) $(GIG_LIBS)  SUBDIRS = \
8            gigedit \
9  AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)          $(optional_subdirs)
 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@  

Legend:
Removed from v.1053  
changed lines
  Added in v.1226

  ViewVC Help
Powered by ViewVC