[mednaffe] 49/99: Fix makefile

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 44ff11ee3c4a0f4bf1328500da8f1afaef4c644e
Author: AmatCoder <amatcoder at gmail.com>
Date:   Sat Apr 4 13:24:37 2015 +0200

    Fix makefile
---
 missing         | 6 +++---
 src/Makefile.am | 2 +-
 src/Makefile.in | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/missing b/missing
index cdea514..f62bbae 100755
--- a/missing
+++ b/missing
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -160,7 +160,7 @@ give_advice ()
       ;;
    autom4te*)
       echo "You might have modified some maintainer files that require"
-      echo "the 'automa4te' program to be rebuilt."
+      echo "the 'autom4te' program to be rebuilt."
       program_details 'autom4te'
       ;;
     bison*|yacc*)
diff --git a/src/Makefile.am b/src/Makefile.am
index a5273eb..f7932f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
 bin_PROGRAMS=mednaffe
-mednaffe_SOURCES=mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c joystick_linux.c md5.c
+mednaffe_SOURCES=mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c joystick_linux.c md5.c common.h mednaffe_glade.h settings_glade.h  system_glade.h toggles.h prefs.h input.h joystick_linux.h md5.h logo.h
 AM_CPPFLAGS        = @GTK_CFLAGS@ $(GTK_DEFINES)
 LDADD           = @GTK_LIBS@
 CLEANFILES      = *~
diff --git a/src/Makefile.in b/src/Makefile.in
index 4815fcc..1311fd0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -252,7 +252,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-mednaffe_SOURCES = mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c joystick_linux.c md5.c
+mednaffe_SOURCES = mednaffe.c about.c active.c command.c list.c toggles.c input.c gui.c prefs.c joystick_linux.c md5.c common.h mednaffe_glade.h settings_glade.h  system_glade.h toggles.h prefs.h input.h joystick_linux.h md5.h logo.h
 AM_CPPFLAGS = @GTK_CFLAGS@ $(GTK_DEFINES)
 LDADD = @GTK_LIBS@
 CLEANFILES = *~

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list