~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/Makefile.am

RemovedĀ opensslĀ refs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
pkgplugindir =$(pkglibdir)/plugin
27
27
 
28
28
AM_CPPFLAGS =-I$(top_builddir)/include \
29
 
             -I$(top_srcdir)/include \
30
 
             -I$(srcdir) $(openssl_includes) 
 
29
             -I$(top_srcdir)/include
31
30
 
32
31
SUBDIRS =. share
33
32