From 5b83af28b6eeb52a285618cd90f30a5461189efd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Oct 2006 08:03:33 +0000 Subject: Launch servers by default on start (unless environment variables are set), i.e. do what usual clients are "supposed to" do. Fixed icon bug. git-svn-id: http://svn.drobilla.net/lad/patchage@188 a436a847-0d15-0410-975c-d299462d15a1 --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0942c18..320d81a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,9 @@ EXTRA_DIST = patchage.gladep sharefilesdir = $(pkgdatadir) dist_sharefiles_DATA = patchage.glade +globalpixmapsdir = $(datadir)/pixmaps +dist_globalpixmaps_DATA = patchage-icon.svg + bin_PROGRAMS = patchage patchage_SOURCES = \ main.cpp \ -- cgit v1.2.1