timelog/Makefile.mingw

Thu, 27 Nov 2008 18:22:45 -0500

author
rekkanoryo@guifications.org
date
Thu, 27 Nov 2008 18:22:45 -0500
branch
org.guifications.plugins
changeset 981
efa713151e2b
parent 637
1a919c643308
permissions
-rw-r--r--

Using "-I m4macros" as aclocal arguments is not valid, as we don't have an
m4macros directory.

#
# Makefile.mingw
#
# Description: Makefile for timelog plugin.
#

PP_TOP :=		..

PP = timelog


PP_SRC := \
	log-widget.c \
	range-widget.c \
	timelog.c

include $(PP_TOP)/win_pp.mak

mercurial