~ubuntu-branches/ubuntu/wily/packeth/wily

« back to all changes in this revision

Viewing changes to .pc/03-link_order.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2011-09-13 11:46:02 UTC
  • Revision ID: package-import@ubuntu.com-20110913114602-cw31ur3h5g9v3fh4
Tags: 1.6.5-1ubuntu1
Fix link order to list libraries after the objects that require them
(LP: #771125).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS=packETH
 
2
packETH_SOURCES= \
 
3
        src/main.c \
 
4
        src/support.c src/support.h \
 
5
        src/interface.c src/interface.h \
 
6
        src/callbacks.c src/callbacks.h \
 
7
        src/function.c src/function.h \
 
8
        src/function_send.c src/function_send.h \
 
9
        src/loadpacket.c src/loadpacket.h \
 
10
        src/savepacket.c src/savepacket.h \
 
11
        src/headers.h
 
12
 
 
13
pixmaps= \
 
14
  src/pixmaps/Build.xpm  \
 
15
  src/pixmaps/future.xpm  \
 
16
  src/pixmaps/Gen.xpm   \
 
17
  src/pixmaps/interface.xpm  \
 
18
  src/pixmaps/load.xpm \
 
19
  src/pixmaps/preference.xpm  \
 
20
  src/pixmaps/reset.xpm \
 
21
  src/pixmaps/save.xpm \
 
22
  src/pixmaps/save16.xpm  \
 
23
  src/pixmaps/send.xpm \
 
24
  src/pixmaps/X.xpm
 
25
 
 
26
pixmapdir=$(pkgdatadir)/pixmaps
 
27
pixmap_DATA=$(pixmaps)
 
28
 
 
29
DEFS= \
 
30
  -DPKGDATADIR=\"$(pkgdatadir)/\"
 
31
 
 
32
AM_LDFLAGS=$(DEPS_LIBS)
 
33
 
 
34
AM_CPPFLAGS = \
 
35
  -g \
 
36
  -O2 \
 
37
  -Wall \
 
38
  -Wmissing-prototypes \
 
39
  -Wmissing-declarations \
 
40
  -Wunused \
 
41
  $(DEPS_CFLAGS)
 
42
 
 
43
# Include the dev and pixmaps in the distribution (make dist)
 
44
EXTRA_DIST=dev src/pixmaps