
+ Fixed: Re-enabled indicator support. + Added: We are now installing a sepparate icon for clipit (not using it yet, though). + Added: Search as you type in "Manage history" dialog. + Added: 1-0 shortcuts for fast selecting of menu items. + Added: Possiblity to select multiple items for deletion in the "Manage history" dialog. Changes to be committed: modified: ChangeLog modified: Makefile.am modified: Makefile.in modified: TODO modified: configure modified: configure.in modified: data/Makefile.am modified: data/Makefile.in new file: data/trayicon.svg modified: src/Makefile.am modified: src/Makefile.in modified: src/main.c modified: src/manage.c
23 lines
342 B
Makefile
23 lines
342 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS = data doc src po
|
|
|
|
DISTCLEANFILES = *.bak *.log *~
|
|
|
|
EXTRA_DIST = \
|
|
m4 \
|
|
autogen.sh \
|
|
config.rpath \
|
|
m4/ChangeLog \
|
|
$(desktop_DATA) \
|
|
$(autostart_DATA) \
|
|
$(pixmaps_DATA) \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
intltool-extract.in
|
|
|
|
dist-hook:
|
|
rm -rf $(distdir)/m4/Makefile
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|