diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:14:22 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:14:22 +0200 |
commit | cd9c08173c375db1fd0dc7ad466946eba12ff165 (patch) | |
tree | d49a7abc8e19115244b8b8b0f2981f59c8548174 /src | |
parent | c5a2fd2dc486b86a315cc18132987ca11ea930bd (diff) | |
download | gtk-vlc-player-cd9c08173c375db1fd0dc7ad466946eba12ff165.tar.gz |
renamed binary and source file
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 677c2af..eecbba3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,3 @@ -bin_PROGRAMS = player +bin_PROGRAMS = experiment-player +experiment_player_SOURCES = main.c |