Commit 85de209e authored by unknown's avatar unknown

- added libmysql/client_settings.h to distribution


libmysql/Makefile.am:
   - added client_settings.h to distribution
parent 83abc06d
...@@ -28,6 +28,7 @@ libmysqlclient_la_SOURCES = $(target_sources) ...@@ -28,6 +28,7 @@ libmysqlclient_la_SOURCES = $(target_sources)
libmysqlclient_la_LIBADD = $(target_libadd) libmysqlclient_la_LIBADD = $(target_libadd)
libmysqlclient_la_LDFLAGS = $(target_ldflags) libmysqlclient_la_LDFLAGS = $(target_ldflags)
EXTRA_DIST = Makefile.shared EXTRA_DIST = Makefile.shared
noinst_HEADERS = client_settings.h
# This is called from the toplevel makefile # This is called from the toplevel makefile
link_sources: link_sources:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment