Clipboard/src/Makefile.am
Cristian Henzel 80f9e3d4f9 ClipIt-v1.2.3-11112010002
+ Fixed: Fixed the manpage so it now aligns to the conventions for
                writing Linux man pages.
+ Fixed: Added the "-Wl,--as-needed" flag, so only the needed packages
                are included.

Changes to be committed:

        modified:   ChangeLog
        modified:   configure.in
        modified:   doc/clipit.1
        modified:   src/Makefile.am
2010-12-22 22:17:15 +02:00

19 lines
600 B
Makefile

AM_CFLAGS = -I$(top_srcdir) -DCLIPITLOCALEDIR=\""$(clipitlocaledir)"\"
INCLUDES = $(GTK_CFLAGS)
LDADD = $(GTK_LIBS)
AM_LDFLAGS = -Wl,--as-needed
bin_PROGRAMS = clipit
DISTCLEANFILES = *.bak *.log *~ .deps/*.P
clipit_SOURCES = main.c main.h \
utils.c utils.h \
clipit-i18n.h\
daemon.c daemon.h \
history.c history.h \
keybinder.c keybinder.h \
preferences.c preferences.h \
manage.c manage.h \
eggaccelerators.c eggaccelerators.h