~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/MySQL/samples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_PROGRAMS=my_basics my_connect my_cursor my_param my_result my_tran
 
2
#my_basics_SOURCES=my_basics.c
 
3
#my_connect_SOURCE=my_connect.c
 
4
INCLUDES=@MYSQL_INCLUDES@ -I. -I..
 
5
LDFLAFS=@MYSQL_LIB_PATH@ -lmysqlclient
 
6
LDADD=../libmyodbc3.la
 
7