1## -*- makefile -*-
2##
3
4noinst_LIBRARIES=       libgtkwmacintegration.a
5
6libgtkwmacintegration_a_CFLAGS = $(COCOA_GTK_CFLAGS) $(GTK_CFLAGS) $(GTK_MAC_CFLAGS)
7libgtkwmacintegration_a_OBJCFLAGS =
8
9libgtkwmacintegration_a_SOURCES = cocoa_misc.c cocoa_misc.h
10
11# I'm listing these here instead of in SOURCES because we don't directly
12# compile them.  Rather it is #include'd by cocoa_misc.c
13
14EXTRA_DIST= alert_sheet.m alert_sheet.h
15
16