~midori/midori/gtk3WebKit2only

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Christian Dywan
  • Date: 2007-12-16 22:20:24 UTC
  • Revision ID: git-v1:3bbd273a4f9e85a1d8380cb0924c875683fa3ad1
Tags: v0.0.14
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = $(GTK_CFLAGS) $(WEBKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBSEXY_CFLAGS)
 
2
LDADD = $(GTK_LIBS) $(WEBKIT_LIBS) $(LIBXML_LIBS) $(LIBSEXY_LIBS)
 
3
 
 
4
bin_PROGRAMS = midori
 
5
midori_SOURCES = main.c      main.h      \
 
6
                 browser.c   browser.h   \
 
7
                 prefs.c     prefs.h     \
 
8
                 webSearch.c webSearch.h \
 
9
                 helpers.c   helpers.h   \
 
10
                 webView.c   webView.h   \
 
11
                 sokoke.c    sokoke.h    \
 
12
                 conf.c      conf.h      \
 
13
                 search.c    search.h    \
 
14
                 xbel.c      xbel.h      \
 
15
                 global.h                \
 
16
                 ui.h                    \
 
17
                 debug.h