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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1107 - (hide annotations) (download)
Thu Mar 22 20:00:10 2007 UTC (17 years ago) by schoenebeck
File size: 458 byte(s)
* added dialog for managing dimensions of a selected region
  (Add and Remove buttons not yet implemented)

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

  ViewVC Help
Powered by ViewVC