App bundle now builds properly
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Fri, 30 Dec 2011 11:47:48 +0000 (11:47 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Fri, 30 Dec 2011 11:47:48 +0000 (11:47 +0000)
Makefile.am

index c3bd5df..36d134c 100644 (file)
@@ -230,10 +230,11 @@ icons:
        cp mac/icons/edit-find.png share/icons
        cp mac/icons/avatar-default.png share/icons
        
-
-## Installer
-install-exec-local:
+## 2. App bundle
+## gtk-app-bundler must be installed
+app-bundle:
        gtk-mac-bundler ./mac/moonshot-ui.bundle
 
+## Installer
 
 endif