From 3b758349f65e9a76ab1fe94e7986b9513a65005b Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 9 Apr 2008 15:38:25 +0000 Subject: [PATCH] stuff --- libsrc/Makefile.am | 2 +- libsrc/{dummy2.cpp => dummy.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libsrc/{dummy2.cpp => dummy.cc} (100%) diff --git a/libsrc/Makefile.am b/libsrc/Makefile.am index b7d60ee9..1f068874 100644 --- a/libsrc/Makefile.am +++ b/libsrc/Makefile.am @@ -31,7 +31,7 @@ SUBDIRS = \ lib_LTLIBRARIES = libvips.la -libvips_la_SOURCES = dummy.c dummy2.cpp +libvips_la_SOURCES = dummy.c dummy2.cc # DLLs need dependant libs there too ... put @VIPS_LIBS@ at the end libvips_la_LIBADD = \ diff --git a/libsrc/dummy2.cpp b/libsrc/dummy.cc similarity index 100% rename from libsrc/dummy2.cpp rename to libsrc/dummy.cc