X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/f31590988781d77ff5249987801d03a986368ca2..2255b3d84eeb947d4c065332f16e410ae4704c63:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index fdd0dcd..7b43ada 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,3 +42,11 @@ test: gtk-weird-button.c gtk-weird-button.h gtk-weird-button.c gtk-weird-button.h: test.gob gob ./gob test.gob + +# can't depend on the header file as that would break the above rule +# since it's just for testing, who cares +testcpp: gtk-weird-button.cc + g++ -g -Wall `gtk-config --cflags` -c gtk-weird-button.cc + +gtk-weird-button.cc: test.gob gob + ./gob --for-cpp test.gob