~synaptic-developers/synaptic/trunk

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: Michael Vogt
  • Date: 2010-07-29 13:13:09 UTC
  • mfrom: (1529.2.106 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20100729131309-0gdmwd09phcr1gc0
merged from the synaptic ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8
8
        -DSYNAPTIC_GLADEDIR=\""$(datadir)/synaptic/glade/"\" \
9
9
        -DSYNAPTIC_PIXMAPDIR=\""$(datadir)/synaptic/pixmaps/"\" \
10
 
        @PACKAGE_CFLAGS@ @VTE_CFLAGS@ @LP_CFLAGS@ $(LIBTAGCOLL_CFLAGS)
 
10
        @PACKAGE_CFLAGS@ @VTE_CFLAGS@ @LP_CFLAGS@ $(LIBEPT_CFLAGS)
11
11
 
12
12
sbin_PROGRAMS = synaptic 
13
13
 
17
17
        ${top_builddir}/common/libsynaptic.a\
18
18
        -lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
19
19
        @PACKAGE_LIBS@ @VTE_LIBS@ @LP_LIBS@\
20
 
        -lpthread $(LIBTAGCOLL_LIBS)  
 
20
        -lpthread $(LIBEPT_LIBS)  
21
21
 
22
22
synaptic_SOURCES= \
23
23
        gsynaptic.cc\