diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 23:13:38 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 23:13:38 +0000 |
| commit | fe9dbee338fcfeef7003848a6b5219454661d105 (patch) | |
| tree | 16cdb68d745fd6d1a015de63cb07d57b63534916 | |
| parent | 2a0b9cc4d31a3d50d1eee64086b46209792af2e5 (diff) | |
- php-config invocation replaced with makefile variables
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@339 455248ca-bdda-0310-9134-f4ebb693071a
| -rw-r--r-- | Makefile.frag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.frag b/Makefile.frag index e4774f4..39f9efd 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -10,9 +10,9 @@ install: filters_install clean: filters_clean $(filters_lo) : $(filters_builddir)/%.lo : $(filters_srcdir)/%.c - $(LIBTOOL) --mode=compile $(CC) -c `php-config --includes` -I$(top_srcdir) $(filters_srcdir)/$*.c -o $(filters_builddir)/$*.lo + $(LIBTOOL) --mode=compile $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c $(filters_srcdir)/$*.c -o $(filters_builddir)/$*.lo $(filters_la) : %.la : %.lo - $(LIBTOOL) --mode=link $(CC) -module -avoid-version -o $*.la $*.lo -rpath $(filters_libdir) -lm + $(LIBTOOL) --mode=link $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -module -avoid-version -o $*.la $*.lo -rpath $(filters_libdir) $(EXTRA_LDFLAGS) filters_install: $(mkinstalldirs) $(filters_libdir) $(LIBTOOL) --mode=install cp $(filters_la) $(filters_libdir) |
