/[beaver]/beaver/src/Makefile.am
ViewVC logotype

Diff of /beaver/src/Makefile.am

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

revision 1.12 by skypher, Sat Jun 14 17:41:34 2003 UTC revision 1.13 by skypher, Wed Jul 2 17:34:29 2003 UTC
# Line 5  DEFS = -DLOCALEDIR=\"$(localedir)\" @DEF Line 5  DEFS = -DLOCALEDIR=\"$(localedir)\" @DEF
5    
6  bin_PROGRAMS = beaver  bin_PROGRAMS = beaver
7    
8  AM_CFLAGS = -I$(top_srcdir)/intl \  AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/intl \
9          @PKG_CFLAGS@ \          @PKG_CFLAGS@ \
10          -Wall \          -Wall \
11          -DG_DISABLE_DEPRECATED \          -DG_DISABLE_DEPRECATED \
# Line 21  beaver_SOURCES = \ Line 21  beaver_SOURCES = \
21          editor.c \          editor.c \
22          interface.c \          interface.c \
23          main.c \          main.c \
         prefs.c \  
24          tools.c \          tools.c \
25          conf.c \          conf.c \
26          filesops.c \          filesops.c \
27          languages.c \          languages.c \
28          msgbar.c \          msgbar.c \
29          search.c \          search.c \
30          toolbar.c          toolbar.c \
31            glade_prefs_support.c \
32            glade_prefs_interface.c \
33            glade_prefs_callbacks.c
34    
35  noinst_HEADERS = \  noinst_HEADERS = \
36          completion.h \          completion.h \
# Line 42  noinst_HEADERS = \ Line 44  noinst_HEADERS = \
44          struct.h \          struct.h \
45          editor.h \          editor.h \
46          languages.h \          languages.h \
         prefs.h \  
47          toolbar.h \          toolbar.h \
48          gettext.h          gettext.h \
49            glade_prefs_support.h \
50            glade_prefs_interface.h \
51            glade_prefs_callbacks.h
52    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26