forked from e16/e16
1
0
Fork 0

Remove some obsolete stuff.

SVN revision: 13732
This commit is contained in:
Kim Woelders 2005-03-14 20:19:34 +00:00
parent 699461a935
commit 40d3913eea
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ bin_PROGRAMS = edox
edox_SOURCES = dox.c dox.h file.c format.c text.c ttfont.c
LDADD = $(TTF_LIBS) $(FNLIB_LIBS) $(IMLIB_LIBS) $(X_LIBS) $(XINERAMA_LIBS) -lX11 -lm
LDADD = $(IMLIB_LIBS) $(X_LIBS) $(XINERAMA_LIBS) -lX11 -lm
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/intl $(IMLIB_CFLAGS) $(X_CFLAGS)

View File

@ -106,8 +106,6 @@ e16_SOURCES = \
LDADD = \
@LIBINTL@ \
@ecore_libs@ \
$(FNLIB_LIBS) \
$(TTF_LIBS) \
$(ESD_LIBS) \
$(IMLIB_LIBS) \
$(X_PRE_LIBS) \