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

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

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

revision 1823 by persson, Sun Dec 28 09:58:05 2008 UTC revision 2169 by persson, Sun Mar 6 07:51:04 2011 UTC
# Line 4  DEFS = -DLOCALEDIR=\"$(datadir)/locale\" Line 4  DEFS = -DLOCALEDIR=\"$(datadir)/locale\"
4  pkglib_LTLIBRARIES = libgigedit.la  pkglib_LTLIBRARIES = libgigedit.la
5  libgigedit_la_SOURCES = \  libgigedit_la_SOURCES = \
6          global.h \          global.h \
7            compat.cpp compat.h \
8          gigedit.cpp gigedit.h \          gigedit.cpp gigedit.h \
9          mainwindow.cpp mainwindow.h \          mainwindow.cpp mainwindow.h \
10          regionchooser.cpp regionchooser.h \          regionchooser.cpp regionchooser.h \
# Line 21  libgigedit_la_LDFLAGS = \ Line 22  libgigedit_la_LDFLAGS = \
22    
23  bin_PROGRAMS = gigedit  bin_PROGRAMS = gigedit
24  gigedit_SOURCES = main.cpp  gigedit_SOURCES = main.cpp
25  gigedit_LDADD = \  gigedit_LDADD = libgigedit.la
         $(top_builddir)/src/gigedit/libgigedit.la  
26  if WINDOWS  if WINDOWS
27  gigedit_LDFLAGS = -mwindows  gigedit_LDFLAGS = -mwindows
28  endif  endif

Legend:
Removed from v.1823  
changed lines
  Added in v.2169

  ViewVC Help
Powered by ViewVC