diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-08-14 04:45:46 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-08-14 04:45:46 +0000 |
| commit | ce3d6fcba4587feb5555a9b85c6fdeaa0b74553f (patch) | |
| tree | 73de668e3b48b475ae1fac6a8317f577ec2c0663 /Makefile.am | |
| parent | 3a028090359e5d5d24ccbfc11d9b6ff5681aab4f (diff) | |
| download | irssi-python-ce3d6fcba4587feb5555a9b85c6fdeaa0b74553f.tar.gz irssi-python-ce3d6fcba4587feb5555a9b85c6fdeaa0b74553f.tar.xz irssi-python-ce3d6fcba4587feb5555a9b85c6fdeaa0b74553f.zip | |
adding autotool stuff
git-svn-id: http://svn.irssi.org/repos/irssi-python@4313 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..3af145a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +SUBDIRS = src scripts + +variables: + echo @PYTHON_CPPFLAGS@ + echo $(PYTHON_CPPFLAGS) + echo $(PYTHON_LDFLAGS) + echo $(PYTHON_EXTRA_LIBS) + echo $(PYTHON_EXTRA_LDFLAGS) + echo $(GLIB_CFLAGS) + echo $(GLIB_LIBS) |
