summary refs log tree commit diff stats
path: root/plugins/python/Makefile.am
blob: 5a97c2b51df30e4c9f617ff45db1e5ff14e01124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = 

libdir = $(hexchatlibdir)/plugins

lib_LTLIBRARIES = python.la
python_la_SOURCES = python.c
python_la_LDFLAGS = -avoid-version -module 
python_la_LIBADD = $(PY_LIBS)
AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
y; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_SDALERTS_H #define _H_SDALERTS_H void sdSystemAlert (HINSTANCE, UINT, char *, char *, UINT); LRESULT CALLBACK sdAlertProc (HWND, UINT, WPARAM, LPARAM); int sdAlertNum (); void sdCloseAlerts (); #endif