~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

Removed CMake file references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
noinst_HEADERS =                sql_string.h completion_hash.h my_readline.h \
32
32
                                client_priv.h
33
33
 
34
 
EXTRA_DIST =                    get_password.c CMakeLists.txt echo.c
 
34
EXTRA_DIST =                    get_password.c 
35
35
 
36
36
CLEANFILES =                    $(BUILT_SOURCES)
37
37