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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1053 - (show annotations) (download)
Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
File size: 297 byte(s)
This commit was generated by cvs2svn to compensate for changes in r1052,
which included commits to RCS files with non-trunk default branches.
1 bin_PROGRAMS = gigedit
2 gigedit_SOURCES = main.cpp \
3 mainwindow.cpp mainwindow.h \
4 regionchooser.cpp regionchooser.h \
5 dimregionchooser.cpp dimregionchooser.h
6
7 gigedit_LDADD = $(GTKMM_LIBS) $(GIG_LIBS)
8
9 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
10 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@

  ViewVC Help
Powered by ViewVC