~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: mvo
  • Date: 2004-11-21 16:33:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041121163306-1aa02b6941ee8bcf
* removed all GTK_CHECK_VERSION(2,2,0) calls, we only support 2.4 and better
* removed ZvtTerminal support (old, unmaintained, buggy and broken)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
7
7
        -DSYNAPTIC_GLADEDIR=\""$(datadir)/synaptic/glade/"\" \
8
8
        -DSYNAPTIC_PIXMAPDIR=\""$(datadir)/synaptic/pixmaps/"\" \
9
 
        @PACKAGE_CFLAGS@ @ZVT_CFLAGS@ @VTE_CFLAGS@ $(LIBTAGCOLL_CFLAGS)
 
9
        @PACKAGE_CFLAGS@ @VTE_CFLAGS@ $(LIBTAGCOLL_CFLAGS)
10
10
 
11
11
sbin_PROGRAMS = synaptic 
12
12
 
15
15
synaptic_LDADD = \
16
16
        ${top_builddir}/common/libsynaptic.a\
17
17
        -lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
18
 
        @PACKAGE_LIBS@ @ZVT_LIBS@ @VTE_LIBS@ \
 
18
        @PACKAGE_LIBS@ @VTE_LIBS@ \
19
19
        -lpthread $(LIBTAGCOLL_LIBS) 
20
20
 
21
21
glade_DATA =                            \