From 7faa1469f440f0a0f8c37bf827dbc35ade9eb1e3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 18 Oct 2011 18:58:58 +0000 Subject: make the Pd headers available in the standard locations svn path=/trunk/; revision=15618 --- packages/win32_inno/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages') diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index aafb60c3..c69c462d 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -72,6 +72,9 @@ pd_install: build_pd # $(MAKE) -C $(pd_src)/src $(DEST_PATHS) bin # -$(MAKE) -C $(pd_src)/src $(DEST_PATHS) install $(MAKE) -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install +# make the Pd headers available in the standard locations + install -d $(DESTDIR)/include/pd + install -p $(DESTDIR)/include/pdextended/*.h $(DESTDIR)/include/pd # install notes.txt into the help browser install -d $(DESTDIR)$(manualsdir)/$(PD_NAME) install -p $(pd_src)/src/notes.txt $(DESTDIR)$(manualsdir)/$(PD_NAME) -- cgit v1.2.1