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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1085 - (hide annotations) (download)
Thu Mar 8 19:18:23 2007 UTC (17 years, 1 month ago) by schoenebeck
File size: 349 byte(s)
- started to implement "Add Samples" function
  (not yet fully working though)

1 persson 1052 bin_PROGRAMS = gigedit
2     gigedit_SOURCES = main.cpp \
3     mainwindow.cpp mainwindow.h \
4     regionchooser.cpp regionchooser.h \
5     dimregionchooser.cpp dimregionchooser.h
6 schoenebeck 1085 gigedit_CXXFLAGS = $(SNDFILE_CFLAGS)
7     gigedit_LDADD = $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
8 persson 1052
9     AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
10     DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@

  ViewVC Help
Powered by ViewVC