
+ 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
19 lines
600 B
Makefile
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
|